tests/animated-resizing: Don't try to resize during frame dispatch
authorJonas Ådahl <jadahl@gmail.com>
Fri, 4 Dec 2020 14:02:59 +0000 (15:02 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 19:37:29 +0000 (20:37 +0100)
commit8e3ee58e3fcee161d6d1c52f7370800fd48d2bff
tree7cec2b02527f5e7737a687bde91cb32e520cd9df
parent40a9baa2dbe8344d58ed5c263a062b78dad7d6c5
tests/animated-resizing: Don't try to resize during frame dispatch

This will not work on X11 because it's too late to resize, due to
resizing being asynchronous i.e. it won't be complete before we need to
draw.
tests/animated-resizing.c